From: Glenn Morris Date: Wed, 20 Oct 2010 03:52:27 +0000 (-0700) Subject: Fix src/Makefile.in comment typo from r101897. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~6032 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e31751f7b15882b336ad83bd79857729dcaf12ca;p=emacs.git Fix src/Makefile.in comment typo from r101897. --- diff --git a/src/Makefile.in b/src/Makefile.in index 0d496aea73a..0437b0087aa 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -177,7 +177,7 @@ OLDXMENU_TARGET=@OLDXMENU_TARGET@ ## If !HAVE_X11 || USE_GTK, empty. ## Else if USE_X_TOOLKIT, $(lwlibdir)/liblw.a. -## Else $(oldxmenudir)/libXMenu11.a. +## Else $(oldXMenudir)/libXMenu11.a. ## (Actually, rather than being empty, it is set to "nothing". ## It is never actually used for anything in this case. ## This is done because there is a rule with target $(OLDXMENU) below,